FlexChart | ComponentOne
C1.Win.FlexChart.4.5.2 Assembly / C1.Win.Chart.Interaction Namespace / AxisScrollbar Class / Invoke Method / Invoke(Delegate,Object[]) Method

In This Topic
    Invoke(Delegate,Object[]) Method
    In This Topic
    Syntax
    'Declaration
     
    Public Overloads Function Invoke( _
       ByVal method As System.Delegate, _
       ByVal ParamArray args() As System.Object _
    ) As System.Object
    public System.object Invoke( 
       System.Delegate method,
       params System.object[] args
    )

    Parameters

    method
    args
    See Also